v1.3.1 Release Notes
Zadig v1.3.1 was released on August 13, 2021.
# Workflow Optimization
- Workflow webhook triggers add naming specification verification
- Workflow search interactive experience optimization
# Cloud Main Airport Scene Optimization
- Add naming specification verification for host name
- Fixed the issue of missing workflow task deployment step identification
- Fixed the issue of missing update environment steps when deleting services
- Fixed the onboarding process and invalid creation of host button
# Service Management Optimization
- Service name supports project level unique
- Fixed when creating a K8s YAML service, the loading icon is loading after the parsing failed.
- Fix codehub service batch import function
- Import Helm service to remove dry-run verification
- Create K8s YAML service and add prompts to edit the area
- Optimize K8s YAML verification error information
# System Configuration Optimization
- image registrys support integration Harbor
- LDAP User Name Format Optimization
- Add default image registry interaction optimization
# Other Requirements
- Add system version number on the login page
- Optimization of experience of clearing the owner column when switching code platform
- Fixed the error problem of docker build maven pull dependency
- When updating Helm-type integrated environments, update environment variables are not displayed to avoid repeated updates.
- Fixed the problem of inaccurate pulling of Huawei image registry SWR
- Fixed the problem of not displaying test statistics
# Historical Version Upgrade Method
# Upgrade v1.3.1 From v1.3.0
If v1.3.0 is installed with
All in One 一键安装模式and基于现有 Kubernetes 安装, both are used to upgrade using scripts in基于现有 Kubernetes 安装The parameters need to be re- export before executing the upgrade script.v1.3.0 you use
基于 Helm 命令安装to install, perform the following steps to upgrade v1.3.1 :- Get the helm values in the zadig environment and execute the following command.
helm get values zadig -n zadig > zadig.yaml1Check the zadig.yaml file. If yaml contains mirror information, it needs to be deleted manually.
- Execute the following command to upgrade.
helm upgrade -f zadig.yaml zadig --namespace zadig koderover-chart/zadig --version=1.3.11
# Upgrade From v1.2.0 to v1.3.1
Skip version upgrade does not support, you need to upgrade to v1.3.0 first and then to v1.3.1.
- v1.2.0 -> v1.3.0 , check the document for the specific upgrade process
- v1.3.0 -> v1.3.1 , check the specific upgrade process from v1.3.0 v1.3.1
Tip
How to view the Zadig version history information in a cluster: You can view chart's APP VERSION through the helm command and execute the command.
helm list -n zadig | grep zadig
1


